home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Education / RLaB / help / getenv < prev    next >
Encoding:
Text File  |  1994-03-22  |  413 b   |  16 lines  |  [TEXT/ttxt]

  1.  
  2. Synopsis:    Return value for environment name.
  3.  
  4. Syntax:        getenv ( NAME )
  5.  
  6. Description:
  7.  
  8.     Getenv searches the current environment for a variable with
  9.     name NAME. The value of the environment variable is returned
  10.     as a string.
  11.  
  12.     Exactly how getenv behaves is depends upon the underlying
  13.     operating system implementation. On UNIX system getenv will
  14.     return a NULL string if the environment variable does not
  15.     exist. 
  16.